body, html {
    height: 100%;
    margin: 0;
    /* The image used */
    background-image: url("../assets/bg.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    padding: 30px;
}
.header_site { /* Header style for Website label header */
    margin: auto;
    width: 90%;
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
}
.header_page { /* Header style for Web-Page label header */
    margin: auto;
    width: 90%;
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -2px;
    font-weight: bold;
    text-align: center;
}
footer { /* Footer style, bottom of page. */
    bottom: 40;
    margin: auto;
    width: 70%;
    padding: 30px;
    padding-top: 200px;
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px black;
    color: white;
}

.container {
    padding: 500px; /* TEMP */
    display: inline;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    line-height: 18px;
    letter-spacing: 1px;
}

#fotocred {
    text-align: center;
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    color: black;
}